func runtime.reentersyscall

3 uses

	runtime (current package)
		cgocall.go#L371: 	reentersyscall(savedpc, uintptr(savedsp), uintptr(savedbp))
		proc.go#L4457: func reentersyscall(pc, sp, bp uintptr) {
		proc.go#L4552: 	reentersyscall(sys.GetCallerPC(), sys.GetCallerSP(), fp)